github.com/refraction-networking/utls.certificateRequestMsgTLS13.supportedSignatureAlgorithmsCert (field)

7 uses

	github.com/refraction-networking/utls (current package)
		handshake_messages.go#L1283: 	supportedSignatureAlgorithmsCert []SignatureScheme
		handshake_messages.go#L1319: 			if len(m.supportedSignatureAlgorithmsCert) > 0 {
		handshake_messages.go#L1323: 						for _, sigAlgo := range m.supportedSignatureAlgorithmsCert {
		handshake_messages.go#L1395: 				m.supportedSignatureAlgorithmsCert = append(
		handshake_messages.go#L1396: 					m.supportedSignatureAlgorithmsCert, SignatureScheme(sigAndAlg))
		u_public.go#L215: 			SupportedSignatureAlgorithmsCert: crm.supportedSignatureAlgorithmsCert,
		u_public.go#L229: 			supportedSignatureAlgorithmsCert: crm.SupportedSignatureAlgorithmsCert,